chore(release): align metadata and docs for v1.3.0#10
Merged
Conversation
- bump function.json + openrouter_pipe.py header to 1.3.0 - consolidate [Unreleased] + [1.2.0] (never tagged on GitHub) into [1.3.0] - correct stale test counts (252/322 -> 431) across README, CONTRIBUTING, SECURITY, TESTING, PULL_REQUEST_TEMPLATE - correct provider-icon count (22 -> 13) to match _PROVIDER_ICONS - standardize model count on 340+ - shift SECURITY.md supported-versions table by one minor Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
There was a problem hiding this comment.
Pull request overview
Aligns release metadata and repository documentation with the v1.3.0 release, primarily by updating version strings, dates, and various “count” claims (tests/models/provider icons) across manifests and docs.
Changes:
- Bumped version references to v1.3.0 across
function.jsonand module docstrings. - Refreshed documentation/metadata counts (unit tests, models, provider icons) and updated security support table.
- Consolidated/rewrote
CHANGELOG.mdsections and adjusted compare-link targets.
Reviewed changes
Copilot reviewed 11 out of 11 changed files in this pull request and generated 2 comments.
Show a summary per file
| File | Description |
|---|---|
| TESTING.md | Updates the pre-release checklist test counts/output expectations. |
| test_pipe.py | Updates the module docstring version string to v1.3.0. |
| SECURITY.md | Updates supported versions table and unit test count reference. |
| README.md | Updates model count, provider icon count, and test suite count references. |
| openrouter_pipe.py | Updates header metadata (version + description counts) only. |
| integration_test.py | Updates the module docstring version string to v1.3.0. |
| function.json | Bumps manifest version/description counts and refreshes updated_at. |
| CONTRIBUTING.md | Updates the documented unit test count and expected pass total. |
| CHANGELOG.md | Consolidates entries into v1.3.0 and revises compare links. |
| .github/PULL_REQUEST_TEMPLATE.md | Updates the documented unit test pass total. |
| .github/ISSUE_TEMPLATE/bug_report.yml | Updates the placeholder pipe version to 1.3.0. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Comment on lines
+145
to
+147
| v1.1.1 and v1.2.0 were documented but never tagged; their content is consolidated under v1.3.0. --> | ||
| [Unreleased]: https://github.com/sena-labs/Open-WebUI-Pipe-OpenRouter/compare/v1.3.0...HEAD | ||
| [1.3.0]: https://github.com/sena-labs/Open-WebUI-Pipe-OpenRouter/compare/v1.1.0...v1.3.0 |
| - [ ] `python test_pipe.py` → 252 passed, 0 failed | ||
| - [ ] `python integration_test.py` → 47/47 | ||
| - [ ] `python test_pipe.py` → 431 passed, 0 failed | ||
| - [ ] `python integration_test.py` → 43/43 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
function.jsonandopenrouter_pipe.pyheader[1.2.0]+[Unreleased]CHANGELOG sections into[1.3.0] — 2026-05-07; clean up compare-links to only reference tags that exist on GitHub252/322→ 431 across README, CONTRIBUTING, SECURITY, TESTING, PULL_REQUEST_TEMPLATE22→ 13 to match actual_PROVIDER_ICONSdict1.3.xactive,1.2.xcritical-only,1.1.xEOLupdated_atinfunction.jsonto 2026-05-07Related Issue
Pre-release audit — no issue tracker entry.
Type of Change
Changes Made
function.json: version bump, description corrections,updated_atrefreshopenrouter_pipe.py: header docstring aligned (version, model count, icon count — body code untouched)CHANGELOG.md: new[1.3.0]section, stub[1.2.0]historical note, clean compare-linksREADME.md,CONTRIBUTING.md,SECURITY.md,TESTING.md: stale numbers corrected.github/PULL_REQUEST_TEMPLATE.md,.github/ISSUE_TEMPLATE/bug_report.yml: updated counts/placeholdersintegration_test.py,test_pipe.py: module docstrings bumped to v1.3.0Testing
python test_pipe.py— 431/431 ✓)CHANGELOG.mdupdated under[Unreleased]— promoted to[1.3.0]Checklist
printstatements introduced